@font-face {
  font-family: 'StagSemiBold';
  src:  url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/test/stag-web/stag-web/Stag-Semibold-Web.woff2') format('woff2'),
        url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/test/stag-web/stag-web/Stag-Semibold-Web.woff') format('woff');
}

@font-face {
 font-family: 'StagBook';
 src:   url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/test/stag-web/stag-web/Stag-Book-Web.woff2') format('woff2'),
		url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/test/stag-web/stag-web/Stag-Book-Web.woff') format('woff');
}

html {
	font-size: 1em;
}

.row {
	margin-right:0px;
}

#self-body {
	overflow-x: hidden;
	font-family: "StagBook";
	font-size: 1.5rem;
}


h1 {
	font-family: "StagSemiBold";
	line-height: normal;
	font-size: 2.625rem;
}

h3 {
	font-size: 1.8rem;
}

.login-form {
	margin-top:50px;
}

.btn { 
	font-size: inherit !important;
}

.gm_sidebar_rh {
	z-index: 100000 !important;
}



@media screen and (min-width: 300px) {
/* Header and logo */



.semiCircle {
	width: 100%;
	height:350px;
	border-radius: 0 0 0 0;
	background: linear-gradient(to bottom, #026d91, #009ec2);
	overflow:hidden;
	position: absolute;
}

.logo { 
	width: 25rem;
}

div.navbar.main.navbar-static-top.navbar-inverse {
	background-color: white;
	max-width: 1280px;
	margin: 0 auto !important;	
	display:flex;
}

.navbar-inverse {
	border-bottom-style: solid;
	border-bottom-width: 75px;
	border-color: #ffcf2c;
	
}

.navbar-right {
	margin-right: 2rem;
}

.navbar-right>li {
	margin-right:1.125rem;
}

.navbar-right>li>a {
	font-size: 1.125rem !important;
	font-weight: 700;
}

#SelfToolbar .navbar-header, #toolbar .navbar-header {
	
		padding-top: 8px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: white;
		
}

/* Register and login link */

	.nav>li {
		text-align: center;
	}
		
	a#registerLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#registerLink:hover {
		background-color: #913683;
		color: #fff;
	
	}
	
	a#loginLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#loginLink:hover {
		background-color: #913683;
		color: #fff;
		
	}

/* Dropdown menu */

	li.dropdown {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	}
	
	li.dropdown.open {
		background-color: lightgrey;
	}
	
	.navbar-inverse .navbar-nav>li>a {
		color: white;
		font-family: "StagBook" !important;
		font-size: 2.5rem;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: black;
	}

	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-nav>li>.dropdown-menu {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}
	
	.dropdown-menu {
		background-color: lightgrey;
		border-left-style: solid;
		border-left-color: black;
		border-left-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: black;
		border-bottom-width: 2px;
		border-right-style: solid;
		border-right-color: black;
		border-right-width: 2px;
		border-radius: 15px;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: black;
		color: white;
	}
	
	.navbar-nav {
		background-color: #fff		
	}
	
/* BUTTONS */

.btn-primary {

	background-color: white !important;
	border-color: #242424;
	color: #242424 !important;
	border: 2px solid;
	border-radius: 5px;
	font-size: 1.3rem !important;

}

.btn-primary.active {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn-primary:hover {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn.active {

	background-color: lightgrey !important;
	border-color: black;
	color: black;

}

.btn.active .caret {
    bottom: -11px;
    position: absolute;
    color: #ffffff !important;
    left: 41%;
    display: block !important;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;

}

btn.btn-lg.btn-primary.btn-search {

	background-color: #000000;

}

/* Top Tasks */

.top-tasks__list {
	 flex-wrap: wrap;
	 display: flex;
	 flex-direction: row;
	 padding: 0px;
}

.top-tasks .top-tasks__list .top-tasks__list-item {
    color: #242424;
    list-style: none;
    margin: 0.3rem;
    position: relative;
    width: 100%;
}

.top-tasks .top-tasks__list .top-tasks__list-item .top-tasks__list-link {
	border: 2px solid #fff;
	color: #242424;
	display: flex;
	justify-content: space-between;
	transition: .3s;
	padding: 1rem;
	align-items: unset;
}

.top-tasks .top-tasks__list .top-tasks__list-link:hover {
    -webkit-box-shadow: rgb(50 50 93 / 25%) 0 2px 5px -1px, rgb(0 0 0 / 30%) 0 1px 3px -1px;
    box-shadow: rgb(50 50 93 / 25%) 0 2px 5px -1px, rgb(0 0 0 / 30%) 0 1px 3px -1px;
    text-decoration: none;
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(1) .top-tasks__list-link {
	background-color: rgba(212,206,199,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(1) .top-tasks__list-link:hover {
    background-color: #eae7e3;
    background-color: rgba(234,231,227,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(2) .top-tasks__list-link {
	background-color: rgba(177,204,206,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(2) .top-tasks__list-link:hover {
    background-color: #d8e6e7;
    background-color: rgba(216,230,231,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(3) .top-tasks__list-link {
	background-color: rgba(134,218,239,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(3) .top-tasks__list-link:hover {
    background-color: #c3edf7;
    background-color: rgba(195,237,247,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(4) .top-tasks__list-link {
	background-color: rgba(105,194,223,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(4) .top-tasks__list-link:hover {
    background-color: #b4e1ef;
    background-color: rgba(180,225,239,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(5) .top-tasks__list-link {
	background-color: rgba(156,208,92,0.98);
}

.top-tasks .top-tasks__list .top-tasks__list-item:nth-of-type(5) .top-tasks__list-link:hover {
    background-color: #cee8ae;
    background-color: rgba(206,232,174,0.98);
}

.top-tasks .top-tasks__list .top-tasks__icon {
    height: 1.5rem;
    width: 1.5rem;
}

.council-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1rem;
	    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	padding-left: 0px;
}

.council-services__list-item {
    width: 100%;
	line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	margin: 1rem 1rem 0 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.council-services__list-link {
    color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
}

.council-services__list-item .list__link {
	min-height: 4.25rem;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d4cec7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    min-height: 66px;
    padding: 1rem 0.75rem;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	
	color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
	
	font: 0.85em / 1.5 "Lato",sans-serif;
}

.council-services__list-item .list__link:hover {
        background-color: #d9c1d6;
    border-color: #913683;
    color: #913683;
}

.council-services__list-link .icon {
    margin-left: 1.5rem;
	height: 1.5rem;
    width: 1.5rem;
}

.icon-ui-chevron-right, .icon-ui-chevron-right-black {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M19.84%2C16%2C8.49%2C27.35a2.14%2C2.14%2C0%2C0%2C0%2C3%2C3L24.38%2C17.52a2.15%2C2.15%2C0%2C0%2C0%2C0-3L11.52%2C1.63a2.14%2C2.14%2C0%2C0%2C0-3%2C3L19.84%2C16Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.list--navigation .list__item::before, .list--record .list__item::before, .list--grouped .list .list__item::before, .icon-ui-arrow-right {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M.536%2C15.683a1.183%2C1.183%2C0%2C0%2C0%2C.815.32h24.57L18.88%2C22.71a1.062%2C1.062%2C0%2C0%2C0%2C0%2C1.553%2C1.2%2C1.2%2C0%2C0%2C0%2C1.629%2C0l9.009-8.58a1.062%2C1.062%2C0%2C0%2C0%2C0-1.554L20.509%2C5.551a1.192%2C1.192%2C0%2C0%2C0-1.629%2C0%2C1.061%2C1.061%2C0%2C0%2C0%2C0%2C1.552l7.041%2C6.706L1.3%2C13.758a1.126%2C1.126%2C0%2C0%2C0-1.153%2C1.1%2C1.073%2C1.073%2C0%2C0%2C0%2C.337.774Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
	bottom: 0.75rem;
    position: absolute;
    right: 0.75rem;
}

.icon {
    background-position: center center;
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}

/* Content and icons */
	
	#self-content {
			width: 400px;
			margin-top: 100px;
	}
	
	div#homepageContent {
		
		padding-left: 0px;
	}
	
	div#icons {
		margin-bottom: 0px;
	}
	
	.iconCouncilTax {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/CouncilTaxIcon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconCouncilTax:focus, .iconCouncilTax:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconParkingVouchers {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/ParkingVouchericon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconParkingVouchers:focus, .iconParkingVouchers:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconBinCollection {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/BinCollectionicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconBinCollection:focus, .iconBinCollection:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconPlanningPortal {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/PlanningPortalicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconPlanningPortal:focus, .iconPlanningPortal:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconJobVacancies {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/JobVacanciesicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconJobVacancies:focus, .iconJobVacancies:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconBuildingControl {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		Margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/PlanningPortalicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconBuildingControl:focus, .iconBuildingControl:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconContactUs {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		Margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/ContactUsicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconContactUs:focus, .iconContactUs:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconHousing {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		Margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/Housingicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconHousing:focus, .iconHousing:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconBenefits {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		Margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/Benefitsicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconBenefits:focus, .iconBenefits:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.iconMoreServices {
		height: 100px;
		width: 100px;
		margin-right: 40px;
		Margin-bottom: 30px;
		background-clip: padding-box;
		border-radius: 50%;
		float: left;
		background-color: black;
		background-position: center center;
		background-size: 70% 70%;
		background-image: url('https://fs-filestore-eu.s3-eu-west-1.amazonaws.com/watford/Images/MoreServicesicon.png');
		background-repeat: no-repeat;
		display: block;
		color: black;
		text-decoration: none;
		
	}
	
	.iconMoreServices:focus, .iconMoreServices:hover {
		background-color: #00adef;
		text-decoration: none;
		color: #00adef;
		
	}
	
	.icontext {
		padding-top: 105px;
		width: 100px;
		color: black;
		text-decoration: none;
		margin-left: 0px;
		text-align: center;
		
	}
	
	.icontext:focus, .icontext:hover {
		padding-top: 105px;
		width: 100px;
		color: #00adef;
		text-decoration: none;
		margin-left: 0px;
		
	}
	
	.icontextPV {
		padding-top: 105px;
		width: 120px;
		color: black;
		text-decoration: none;
		margin-left: -10px;
		text-align: center;
	}
		
	.icontextPV:focus, .icontextPV:hover {
		padding-top: 105px;
		width: 120px;
		color: #00adef;
		text-decoration: none;
		margin-left: -10px;
	}
	
/* Footer */	

.site-footer {
    background-color: #242424;
    padding: 0;
    text-align: center;
}

.site-footer .nav--social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffcf2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 0.75rem 0;
    text-align: center;
}

.site-footer .nav--social-links .social-link-heading {
    font-size: 1.5rem;
	font-weight: 600;
    letter-spacing: 1px;
    margin: 0 1.5rem 0 0;
}

.list--colour-palette .list__item, .list--inline .list__item {
    display: inline-block;
    margin: 0.75rem 1.5rem 0 0;
    white-space: nowrap;
}

.visually-hidden, .icon-fallback, .list--back-to-top .list__link:not(:hover):not(:active):not(:focus), .list--skip-links .list__link:not(:hover):not(:active):not(:focus), .breadcrumb__prefix, .menu-navigation__content .menu-navigation__list-container .nav__heading, .form--yourarea .form__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.site-footer .nav--social-links .list__link {
    background-color: transparent;
}

.nav--social-links .icon {
    height: 3rem;
    position: relative;
    width: 3rem;
    z-index: 2;
}

.icon-social-facebook {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M38.77%2C15.61h6.35A1.88%2C1.88%2C0%2C0%2C0%2C47%2C13.73V3.87A1.88%2C1.88%2C0%2C0%2C0%2C45.12%2C2H36.49C31.93%2C2%2C28.4%2C3.22%2C26%2C5.64c-1.53%2C1.53-3.34%2C4.34-3.33%2C9v6h-3.8A1.87%2C1.87%2C0%2C0%2C0%2C17%2C22.51V32a1.88%2C1.88%2C0%2C0%2C0%2C1.87%2C1.88h3.8V60.12A1.88%2C1.88%2C0%2C0%2C0%2C24.55%2C62H36.2a1.88%2C1.88%2C0%2C0%2C0%2C1.88-1.88V33.86H44a1.89%2C1.89%2C0%2C0%2C0%2C1.86-1.58c0-.19.75-4.68%2C1.1-9.67a1.84%2C1.84%2C0%2C0%2C0-.5-1.41%2C1.87%2C1.87%2C0%2C0%2C0-1.37-.6h-7V16.12A1.16%2C1.16%2C0%2C0%2C1%2C38.77%2C15.61Zm-2.52%2C8.74h6.83c-.22%2C2.32-.49%2C4.41-.67%2C5.76H36.2A1.87%2C1.87%2C0%2C0%2C0%2C34.33%2C32V58.25H26.42V32a1.87%2C1.87%2C0%2C0%2C0-1.87-1.87h-3.8V24.39h3.8a1.88%2C1.88%2C0%2C0%2C0%2C1.87-1.88V14.67a8.67%2C8.67%2C0%2C0%2C1%2C2.23-6.39C30.33%2C6.6%2C33%2C5.75%2C36.49%2C5.75h6.76v6.11H38.77A4.57%2C4.57%2C0%2C0%2C0%2C34.37%2C16v6.48A1.88%2C1.88%2C0%2C0%2C0%2C36.25%2C24.35Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.icon-social-twitter {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M61.56%2C13.58a1.88%2C1.88%2C0%2C0%2C0-2.17-.52%2C13.84%2C13.84%2C0%2C0%2C0%2C1-2.27%2C1.88%2C1.88%2C0%2C0%2C0-2.75-2.18A21.25%2C21.25%2C0%2C0%2C1%2C51.83%2C11%2C13.42%2C13.42%2C0%2C0%2C0%2C29.4%2C20.91c0%2C.19%2C0%2C.38%2C0%2C.57A31%2C31%2C0%2C0%2C1%2C9.24%2C10.3a1.88%2C1.88%2C0%2C0%2C0-3.07.24%2C13.43%2C13.43%2C0%2C0%2C0-.25%2C13.05%2C1.81%2C1.81%2C0%2C0%2C0-.7.23%2C1.89%2C1.89%2C0%2C0%2C0-1%2C1.56v.22A13.46%2C13.46%2C0%2C0%2C0%2C8.9%2C35.74l-.12.13a1.87%2C1.87%2C0%2C0%2C0-.39%2C1.81A13.43%2C13.43%2C0%2C0%2C0%2C16.08%2C46a21.22%2C21.22%2C0%2C0%2C1-9.45%2C2.19A21.51%2C21.51%2C0%2C0%2C1%2C4.09%2C48a1.88%2C1.88%2C0%2C0%2C0-1.23%2C3.44A34.57%2C34.57%2C0%2C0%2C0%2C21.56%2C57%2C33.29%2C33.29%2C0%2C0%2C0%2C47.35%2C45.63a35.89%2C35.89%2C0%2C0%2C0%2C8.92-23.38v-.58a25.06%2C25.06%2C0%2C0%2C0%2C5.41-5.84A1.86%2C1.86%2C0%2C0%2C0%2C61.56%2C13.58Zm-8.29%2C5.66a1.88%2C1.88%2C0%2C0%2C0-.78%2C1.61c0%2C.46%2C0%2C.93%2C0%2C1.4%2C0%2C19.38-15.74%2C31-31%2C31a30.77%2C30.77%2C0%2C0%2C1-10.17-1.72A24.8%2C24.8%2C0%2C0%2C0%2C22.12%2C46.6%2C1.88%2C1.88%2C0%2C0%2C0%2C21%2C43.25a9.68%2C9.68%2C0%2C0%2C1-7.73-4.09%2C13.43%2C13.43%2C0%2C0%2C0%2C2.61-.44%2C1.87%2C1.87%2C0%2C0%2C0-.12-3.65%2C9.66%2C9.66%2C0%2C0%2C1-7.33-6.71%2C13.25%2C13.25%2C0%2C0%2C0%2C2.87.41%2C1.9%2C1.9%2C0%2C0%2C0%2C1.85-1.3%2C1.87%2C1.87%2C0%2C0%2C0-.75-2.13%2C9.67%2C9.67%2C0%2C0%2C1-4.3-8A9.45%2C9.45%2C0%2C0%2C1%2C8.39%2C15%2C34.73%2C34.73%2C0%2C0%2C0%2C31.48%2C25.42a1.87%2C1.87%2C0%2C0%2C0%2C1.92-2.3%2C10%2C10%2C0%2C0%2C1-.25-2.21A9.67%2C9.67%2C0%2C0%2C1%2C49.87%2C14.3a1.9%2C1.9%2C0%2C0%2C0%2C1.73.56c.59-.12%2C1.17-.25%2C1.75-.41-.26.19-.54.38-.82.55a1.88%2C1.88%2C0%2C0%2C0%2C1.19%2C3.47l.67-.09C54%2C18.68%2C53.65%2C19%2C53.27%2C19.24Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.icon-social-youtube {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M51.83%2C9.74H12.17A10.13%2C10.13%2C0%2C0%2C0%2C2%2C20V42.72A10.1%2C10.1%2C0%2C0%2C0%2C12.17%2C53H51.83A10.1%2C10.1%2C0%2C0%2C0%2C62%2C42.72V20A10.13%2C10.13%2C0%2C0%2C0%2C51.83%2C9.74Zm6.42%2C33a6.39%2C6.39%2C0%2C0%2C1-6.42%2C6.49H12.17a6.39%2C6.39%2C0%2C0%2C1-6.42-6.49V20a6.42%2C6.42%2C0%2C0%2C1%2C6.42-6.55H51.83A6.42%2C6.42%2C0%2C0%2C1%2C58.25%2C20Zm-14.82-14L27.27%2C18.08a1.87%2C1.87%2C0%2C0%2C0-2.9%2C1.57V41a1.86%2C1.86%2C0%2C0%2C0%2C1.87%2C1.87%2C1.83%2C1.83%2C0%2C0%2C0%2C1-.31L43.43%2C31.86a1.87%2C1.87%2C0%2C0%2C0%2C.84-1.56A1.9%2C1.9%2C0%2C0%2C0%2C43.43%2C28.73ZM28.12%2C37.47V23.13L39%2C30.3Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.icon-social-flicker {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.48%2C17.62A14.38%2C14.38%2C0%2C1%2C0%2C31%2C32%2C14.45%2C14.45%2C0%2C0%2C0%2C16.48%2C17.62Zm0%2C25A10.63%2C10.63%2C0%2C1%2C1%2C27.21%2C32%2C10.69%2C10.69%2C0%2C0%2C1%2C16.48%2C42.63Zm31-25A14.38%2C14.38%2C0%2C1%2C0%2C62%2C32%2C14.44%2C14.44%2C0%2C0%2C0%2C47.52%2C17.62Zm0%2C25A10.63%2C10.63%2C0%2C1%2C1%2C58.25%2C32%2C10.69%2C10.69%2C0%2C0%2C1%2C47.52%2C42.63Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.icon-social-instagram {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20height%3D%2264%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20viewBox%3D%220%200%2064%2064%22%20width%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M50.34%2C2.06H13.66A11.67%2C11.67%2C0%2C0%2C0%2C2%2C13.72V50.4A11.67%2C11.67%2C0%2C0%2C0%2C13.66%2C62.06H50.34A11.67%2C11.67%2C0%2C0%2C0%2C62%2C50.4V13.72A11.67%2C11.67%2C0%2C0%2C0%2C50.34%2C2.06ZM58.25%2C50.4a7.92%2C7.92%2C0%2C0%2C1-7.91%2C7.91H13.66A7.92%2C7.92%2C0%2C0%2C1%2C5.75%2C50.4V13.72a7.92%2C7.92%2C0%2C0%2C1%2C7.91-7.91H50.34a7.92%2C7.92%2C0%2C0%2C1%2C7.91%2C7.91ZM32%2C16.73A15.33%2C15.33%2C0%2C1%2C0%2C47.33%2C32.06%2C15.35%2C15.35%2C0%2C0%2C0%2C32%2C16.73Zm0%2C26.9A11.58%2C11.58%2C0%2C1%2C1%2C43.58%2C32.06%2C11.59%2C11.59%2C0%2C0%2C1%2C32%2C43.63ZM48.24%2C12.88a4.65%2C4.65%2C0%2C1%2C0%2C4.67%2C4.65A4.66%2C4.66%2C0%2C0%2C0%2C48.24%2C12.88Zm0%2C5.54a.9.9%2C0%2C1%2C1%2C.92-.89A.9.9%2C0%2C0%2C1%2C48.24%2C18.42Z%22%20fill%3D%22%23242424%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.site-footer .container--flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.site-footer .container {
    position: relative;
    text-align: left;
}

.site-footer .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.25rem;
    width: 100%;
	font-size: .85rem;
	flex-wrap: wrap;
	font-family: lato, sans-serif;

}

.outer-container, .no-js .menu-navigation .menu-navigation__content, .style-guide-carousel--example-1 .latest-tweets, .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}



.identity {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0.75rem 0;
	margin-right: 5rem;
    margin-top: -1.5rem;
    max-width: 11.875rem;
}

.identity__logo {
	padding-top: 0.7rem;
    width: 15rem;
}

.identity__link {
	transition: opacity .2s ease-out;
}

.site-footer .footer-content .identity__link {
    color: #fff;
}

.site-footer .footer-content--details {
    margin-bottom: 1.5rem;
}

.site-footer__group {
        margin-bottom: 0;
    padding-right: 1.5rem;
    text-align: left;
    width: initial;
}

.site-footer__group .list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
	column-count: 2;
	column-gap: 6rem;
	list-style: none;
}

.site-footer__group .list__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    margin: 0.375rem 0;
    padding: 0.375rem 0;
	margin-top: 0;
}

.site-footer__text, .site-footer__links {
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0 4.5rem 0 0;
    text-align: left;
}

.site-footer__group .list__link {
    color: #fff;
    vertical-align: middle;
}

.site-footer .corner::after, .icon-ui-cookie {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M60.46%2C22%2C49.93%2C18%2C49.35%2C6.71%2C38.46%2C9.63%2C31.38.86%2C24.29%2C9.63%2C13.4%2C6.71%2C12.82%2C18%2C2.29%2C22l6.15%2C9.45L2.29%2C40.9l10.53%2C4%2C.58%2C11.26%2C10.89-2.93L31.38%2C62l7.08-8.77%2C10.89%2C2.93.58-11.26%2C10.53-4-6.15-9.45ZM37.05%2C41.15a8%2C8%2C0%2C0%2C1-5.56%2C2.06%2C9.47%2C9.47%2C0%2C0%2C1-7.14-3%2C10.66%2C10.66%2C0%2C0%2C1-2.88-7.69%2C10.83%2C10.83%2C0%2C0%2C1%2C3.33-8.32%2C9.35%2C9.35%2C0%2C0%2C1%2C6.63-2.65%2C8.15%2C8.15%2C0%2C0%2C1%2C2.78.47A10.27%2C10.27%2C0%2C0%2C1%2C37%2C23.63l1-2.06h1l.35%2C8.31H38a10%2C10%2C0%2C0%2C0-2.27-5.33%2C5.18%2C5.18%2C0%2C0%2C0-3.82-1.74%2C4.58%2C4.58%2C0%2C0%2C0-3.89%2C2.24q-1.55%2C2.25-1.54%2C7.08%2C0%2C5.11%2C1.69%2C7.59a4.57%2C4.57%2C0%2C0%2C0%2C4%2C2%2C5.85%2C5.85%2C0%2C0%2C0%2C4.46-2%2C8.4%2C8.4%2C0%2C0%2C0%2C1.82-4.18h1.26A8.84%2C8.84%2C0%2C0%2C1%2C37.05%2C41.15Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}



}
@media screen and (min-width: 768px) {
	
/* ABSOLUTE PLACEMENT TESTING */

#homepageContent .span12 h1 {
	color:white;
	position:absolute;
	top: 250px;
}

#homepageContent .span12 p {
	padding-top:70px;
}

#app-content {
	padding-top:50px;
}

.semiCircle {
	width: 100%;
	height:350px;
	border-radius: 0 0 0 0;
	background: linear-gradient(to bottom, #026d91, #009ec2);
	overflow:hidden;
	position: absolute;
}
	
/* Header and logo */


div.navbar.main.navbar-static-top.navbar-inverse {
	background-color: white;
	max-width: 1280px;
	margin: 0 auto !important;	
	display:flex;
}

		.navbar-inverse {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 3.5px;
	border-color: #000000;
	
}

#SelfToolbar .navbar-header, #toolbar .navbar-header {
	
		padding-left: 24px;
		padding-right: 30px;
		background-color: white;
		
}

/* login and register buttons */

.navbar-nav {
		margin-top: 24px;
	
	}

	a#registerLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#registerLink:hover {
		background-color: #913683;
		color: #fff;
	
	}
	
	a#loginLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#loginLink:hover {
		background-color: #913683;
		color: #fff;
		
	}
	
	/* Top Tasks */
	
	.top-tasks .top-tasks__list .top-tasks__list-item {
	color: #242424;
	list-style: none;
	position: relative;
	width: 30%;
}

.top-tasks .top-tasks__list .top-tasks__list-item .top-tasks__list-link {
	border: 2px solid #fff;
	color: #242424;
	display: flex;
	justify-content: space-between;
	transition: .3s;
	padding: 1rem;
	min-height: 8.125rem;
	align-items: unset;
}


.council-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1rem;
	    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	padding-left: 0px;
}

.council-services__list-item {
    width: calc(24% - 0.75rem);
	line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	margin: 1rem 1rem 0 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.council-services__list-link {
    color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
}

.council-services__list-item .list__link {
	min-height: 4.25rem;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d4cec7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    min-height: 66px;
    padding: 1rem 0.75rem;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	
	color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
	
	font: 0.85em / 1.5 "Lato",sans-serif;
}

.council-services__list-item .list__link:hover {
        background-color: #d9c1d6;
    border-color: #913683;
    color: #913683;
}

.council-services__list-link .icon {
    margin-left: 1.5rem;
	height: 1.5rem;
    width: 1.5rem;
}

.icon-ui-chevron-right, .icon-ui-chevron-right-black {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M19.84%2C16%2C8.49%2C27.35a2.14%2C2.14%2C0%2C0%2C0%2C3%2C3L24.38%2C17.52a2.15%2C2.15%2C0%2C0%2C0%2C0-3L11.52%2C1.63a2.14%2C2.14%2C0%2C0%2C0-3%2C3L19.84%2C16Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.list--navigation .list__item::before, .list--record .list__item::before, .list--grouped .list .list__item::before, .icon-ui-arrow-right {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M.536%2C15.683a1.183%2C1.183%2C0%2C0%2C0%2C.815.32h24.57L18.88%2C22.71a1.062%2C1.062%2C0%2C0%2C0%2C0%2C1.553%2C1.2%2C1.2%2C0%2C0%2C0%2C1.629%2C0l9.009-8.58a1.062%2C1.062%2C0%2C0%2C0%2C0-1.554L20.509%2C5.551a1.192%2C1.192%2C0%2C0%2C0-1.629%2C0%2C1.061%2C1.061%2C0%2C0%2C0%2C0%2C1.552l7.041%2C6.706L1.3%2C13.758a1.126%2C1.126%2C0%2C0%2C0-1.153%2C1.1%2C1.073%2C1.073%2C0%2C0%2C0%2C.337.774Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
	bottom: 0.75rem;
    position: absolute;
    right: 0.75rem;
}

.icon {
    background-position: center center;
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}
	
/* Dropdown menu */

	li.dropdown {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	}
	
	.navbar-inverse .navbar-nav>li>a {
		color: white;
		font-family: "StagBook" !important;
		font-size: 2.5rem;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-nav>li>.dropdown-menu {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}
	
	.dropdown-menu {
		background-color: lightgrey;
		border-left-style: solid;
		border-left-color: black;
		border-left-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: black;
		border-bottom-width: 2px;
		border-right-style: solid;
		border-right-color: black;
		border-right-width: 2px;
		border-radius: 15px;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: black;
		color: white !important;
	}

/* BUTTONS */

.btn-primary {

	background-color: white !important;
	border-color: #242424;
	color: #242424 !important;
	border: 2px solid;
	border-radius: 5px;
	font-size: 1.3rem !important;

}

.btn-primary.active {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn-primary:hover {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn.active {

	background-color: lightgrey !important;
	border-color: black;
	color: black;

}

.btn.active .caret {
    bottom: -11px;
    position: absolute;
    color: #ffffff !important;
    left: 41%;
    display: block !important;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;

}

btn.btn-lg.btn-primary.btn-search {

	background-color: #000000;

}
	
/* Content */
	
	#self-content {
			width: 768px;
			margin-top: 100px;
	}
	
	div#homepageContent {
		
		padding-left: 0px;
	}
	
	div#icons {
		margin-bottom: 0px;
	}
	
	
	
/* Footer */	
	site-footer .footer-content .identity__link {
    color: #fff;
}

.site-footer .footer-content--details {
    margin-bottom: 1.5rem;
}

.site-footer__group {
        margin-bottom: 0;
    padding-right: 1.5rem;
    text-align: left;
    width: initial;
}

.site-footer__group .list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
	column-count: 2;
	column-gap: 1rem;
	list-style: none;
}

.site-footer__group .list__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    margin: 0.375rem 0;
    padding: 0.375rem 0;
	margin-top: 0;
}

.site-footer__text, .site-footer__links {
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0 4.5rem 0 0;
    text-align: left;
}

.site-footer__group .list__link {
    color: #fff;
    vertical-align: middle;
}

.site-footer .corner::after, .icon-ui-cookie {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M60.46%2C22%2C49.93%2C18%2C49.35%2C6.71%2C38.46%2C9.63%2C31.38.86%2C24.29%2C9.63%2C13.4%2C6.71%2C12.82%2C18%2C2.29%2C22l6.15%2C9.45L2.29%2C40.9l10.53%2C4%2C.58%2C11.26%2C10.89-2.93L31.38%2C62l7.08-8.77%2C10.89%2C2.93.58-11.26%2C10.53-4-6.15-9.45ZM37.05%2C41.15a8%2C8%2C0%2C0%2C1-5.56%2C2.06%2C9.47%2C9.47%2C0%2C0%2C1-7.14-3%2C10.66%2C10.66%2C0%2C0%2C1-2.88-7.69%2C10.83%2C10.83%2C0%2C0%2C1%2C3.33-8.32%2C9.35%2C9.35%2C0%2C0%2C1%2C6.63-2.65%2C8.15%2C8.15%2C0%2C0%2C1%2C2.78.47A10.27%2C10.27%2C0%2C0%2C1%2C37%2C23.63l1-2.06h1l.35%2C8.31H38a10%2C10%2C0%2C0%2C0-2.27-5.33%2C5.18%2C5.18%2C0%2C0%2C0-3.82-1.74%2C4.58%2C4.58%2C0%2C0%2C0-3.89%2C2.24q-1.55%2C2.25-1.54%2C7.08%2C0%2C5.11%2C1.69%2C7.59a4.57%2C4.57%2C0%2C0%2C0%2C4%2C2%2C5.85%2C5.85%2C0%2C0%2C0%2C4.46-2%2C8.4%2C8.4%2C0%2C0%2C0%2C1.82-4.18h1.26A8.84%2C8.84%2C0%2C0%2C1%2C37.05%2C41.15Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
	
	.site-footer .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.25rem;
    width: 100%;
	font-size: .85rem;
	flex-wrap: nowrap;
	font-family: lato, sans-serif;
}
	
}

@media (min-width: 992px) {
	
	/* ABSOLUTE PLACEMENT TESTING */

#homepageContent .span12 h1 {
	color:white;
	position:absolute;
	top: 250px;
}

#homepageContent .span12 p {
	padding-top:50px;
}

#app-content {
	padding-top:50px;
}

.navbar.clearfix {
	padding: 0px;
    position: absolute;
    top: 130px;
    z-index: 1000;
}

.semiCircle {
	width:150%;
	height:350px;
	border-radius: 0 0 100% 100%;
	background: linear-gradient(to bottom, #026d91, #009ec2);
	position: absolute;
	left: -25%;
	overflow:hidden;
}

/* Header and logo */	

div.navbar.main.navbar-static-top.navbar-inverse {
	background-color: white;
	max-width: 1280px;
	margin: 0 auto !important;	
	display:flex;
}

	.navbar-inverse {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 75px;
	border-color: #ffcf2c;
	
}



/* login and register buttons */

	.navbar-nav {
		margin-top: 24px;
	
	}

	a#registerLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#registerLink:hover {
		background-color: #913683;
		color: #fff;
	
	}
	
	a#loginLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#loginLink:hover {
		background-color: #913683;
		color: #fff;
		
	}
	
	/* Top Tasks */
	
	.top-tasks .top-tasks__list .top-tasks__list-item {
	color: #242424;
	list-style: none;
	position: relative;
	width: 19%;
}

.top-tasks .top-tasks__list .top-tasks__list-item .top-tasks__list-link {
	border: 2px solid #fff;
	color: #242424;
	display: flex;
	justify-content: space-between;
	transition: .3s;
	padding: 1rem;
	min-height: 8.125rem;
	align-items: unset;
}


.council-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1rem;
	    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	padding-left: 0px;
}

.council-services__list-item {
    width: calc(24.6% - 0.75rem);
	line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	margin: 1rem 1rem 0 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.council-services__list-link {
    color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
}

.council-services__list-item .list__link {
	min-height: 4.25rem;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d4cec7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    min-height: 66px;
    padding: 1rem 0.75rem;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	
	color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
	
	font: 0.85em / 1.5 "Lato",sans-serif;
}

.council-services__list-item .list__link:hover {
        background-color: #d9c1d6;
    border-color: #913683;
    color: #913683;
}

.council-services__list-link .icon {
    margin-left: 1.5rem;
	height: 1.5rem;
    width: 1.5rem;
}

.icon-ui-chevron-right, .icon-ui-chevron-right-black {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M19.84%2C16%2C8.49%2C27.35a2.14%2C2.14%2C0%2C0%2C0%2C3%2C3L24.38%2C17.52a2.15%2C2.15%2C0%2C0%2C0%2C0-3L11.52%2C1.63a2.14%2C2.14%2C0%2C0%2C0-3%2C3L19.84%2C16Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.list--navigation .list__item::before, .list--record .list__item::before, .list--grouped .list .list__item::before, .icon-ui-arrow-right {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M.536%2C15.683a1.183%2C1.183%2C0%2C0%2C0%2C.815.32h24.57L18.88%2C22.71a1.062%2C1.062%2C0%2C0%2C0%2C0%2C1.553%2C1.2%2C1.2%2C0%2C0%2C0%2C1.629%2C0l9.009-8.58a1.062%2C1.062%2C0%2C0%2C0%2C0-1.554L20.509%2C5.551a1.192%2C1.192%2C0%2C0%2C0-1.629%2C0%2C1.061%2C1.061%2C0%2C0%2C0%2C0%2C1.552l7.041%2C6.706L1.3%2C13.758a1.126%2C1.126%2C0%2C0%2C0-1.153%2C1.1%2C1.073%2C1.073%2C0%2C0%2C0%2C.337.774Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
	bottom: 0.75rem;
    position: absolute;
    right: 0.75rem;
}

.icon {
    background-position: center center;
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}

/* Dropdown menu */

	li.dropdown {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	}
	
	.navbar-inverse .navbar-nav>li>a {
		color: white;
		font-family: "StagBook" !important;
		font-size: 2.5rem;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-nav>li>.dropdown-menu {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}
	
	.dropdown-menu {
		background-color: lightgrey;
		border-left-style: solid;
		border-left-color: black;
		border-left-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: black;
		border-bottom-width: 2px;
		border-right-style: solid;
		border-right-color: black;
		border-right-width: 2px;
		border-radius: 15px;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: black;
		color: white !important;
	}
	
/* Navigation */

div#navigation {

	padding-left: 25px;

}

.btn-primary {

	background-color: white !important;
	border-color: #242424;
	color: #242424 !important;
	border: 2px solid;
	border-radius: 5px;
	font-size: 1.3rem !important;

}

.btn-primary.active {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn-primary:hover {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn.active {

	background-color: lightgrey !important;
	border-color: black;
	color: black;

}

.btn.active .caret {
    bottom: -11px;
    position: absolute;
    color: #ffffff !important;
    left: 41%;
    display: block !important;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;

}

btn.btn-lg.btn-primary.btn-search {

	background-color: #000000;

}

/* Content and icons */

	#self-content {
			width:1000px;
			margin-top: 100px;
	}
	
	div#homepageContent {
		
		padding-left: 0px;
	}
	
	div#homepageContent {
		
		padding-left: 35px;
	}
	
	div#icons {
		margin-bottom: 0px;
	}
	
	
	
/* Footer */

	site-footer .footer-content .identity__link {
    color: #fff;
}

.site-footer .footer-content--details {
    margin-bottom: 1.5rem;
}

.site-footer__group {
        margin-bottom: 0;
    padding-right: 1.5rem;
    text-align: left;
    width: initial;
}

.site-footer__group .list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
	column-count: 2;
	column-gap: 6rem;
	list-style: none;
}

.site-footer__group .list__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    margin: 0.375rem 0;
    padding: 0.375rem 0;
	margin-top: 0;
}

.site-footer__text, .site-footer__links {
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0 4.5rem 0 0;
    text-align: left;
}

.site-footer__group .list__link {
    color: #fff;
    vertical-align: middle;
}

.site-footer .corner::after, .icon-ui-cookie {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M60.46%2C22%2C49.93%2C18%2C49.35%2C6.71%2C38.46%2C9.63%2C31.38.86%2C24.29%2C9.63%2C13.4%2C6.71%2C12.82%2C18%2C2.29%2C22l6.15%2C9.45L2.29%2C40.9l10.53%2C4%2C.58%2C11.26%2C10.89-2.93L31.38%2C62l7.08-8.77%2C10.89%2C2.93.58-11.26%2C10.53-4-6.15-9.45ZM37.05%2C41.15a8%2C8%2C0%2C0%2C1-5.56%2C2.06%2C9.47%2C9.47%2C0%2C0%2C1-7.14-3%2C10.66%2C10.66%2C0%2C0%2C1-2.88-7.69%2C10.83%2C10.83%2C0%2C0%2C1%2C3.33-8.32%2C9.35%2C9.35%2C0%2C0%2C1%2C6.63-2.65%2C8.15%2C8.15%2C0%2C0%2C1%2C2.78.47A10.27%2C10.27%2C0%2C0%2C1%2C37%2C23.63l1-2.06h1l.35%2C8.31H38a10%2C10%2C0%2C0%2C0-2.27-5.33%2C5.18%2C5.18%2C0%2C0%2C0-3.82-1.74%2C4.58%2C4.58%2C0%2C0%2C0-3.89%2C2.24q-1.55%2C2.25-1.54%2C7.08%2C0%2C5.11%2C1.69%2C7.59a4.57%2C4.57%2C0%2C0%2C0%2C4%2C2%2C5.85%2C5.85%2C0%2C0%2C0%2C4.46-2%2C8.4%2C8.4%2C0%2C0%2C0%2C1.82-4.18h1.26A8.84%2C8.84%2C0%2C0%2C1%2C37.05%2C41.15Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.site-footer .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.25rem;
    width: 100%;
	font-size: .85rem;
	flex-wrap: nowrap;
	font-family: lato, sans-serif;

}
	
}

@media (min-width: 1200px) {
	
	.semiCircle {
	width:150%;
	height:350px;
	border-radius: 0 0 100% 100%;
	background: linear-gradient(to bottom, #026d91, #009ec2);
	position: absolute;
	left: -25%;
	overflow:hidden;
}

/* Header and logo */	

div.navbar.main.navbar-static-top.navbar-inverse {
	background-color: white;
	max-width: 1280px;
	margin: 0 auto !important;	
	display:flex;
}

	.navbar-inverse {
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 80px;
	border-color: #ffcf2c;
	
}


/* login and register buttons */

	.navbar-nav {
		margin-top: 24px;
	
	}

	a#registerLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#registerLink:hover {
		background-color: #913683;
		color: #fff;
	
	}
	
	a#loginLink {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	
	}
	
	a#loginLink:hover {
		background-color: #913683;
		color: #fff;
		
	}

/* Dropdown menu */

	li.dropdown {
		background-color: #00778b;
		border-radius: 5px;
		border: 2px solid #242424;
		float: right;
	}
	
	
	.navbar-inverse .navbar-nav>li>a {
		color: white;
		font-family: "StagBook" !important;
		font-size: 2.5rem;
	}
	
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #913683;
		color: #fff;
	}
	
	.navbar-nav>li>.dropdown-menu {
		border-top-right-radius: 0px;
		border-top-left-radius: 0px;
	}
	
	.dropdown-menu {
		background-color: lightgrey;
		border-left-style: solid;
		border-left-color: black;
		border-left-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: black;
		border-bottom-width: 2px;
		border-right-style: solid;
		border-right-color: black;
		border-right-width: 2px;
		border-radius: 15px;
	}
	
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: black;
		color: white !important;
	}
	
/* Navigation */

div#navigation {

	padding-left: 60px;

}

.btn-primary {

	background-color: white !important;
	border-color: #242424;
	color: #242424 !important;
	border: 2px solid;
	border-radius: 5px;
	font-size: 1.3rem !important;

}

.btn-primary.active {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn-primary:hover {

	background-color: #d9c1d6 !important;
	border-color: #913683;
	color: #863279;

}

.btn.active {

	background-color: lightgrey !important;
	border-color: black;
	color: black;

}

.btn.active .caret {
    bottom: -11px;
    position: absolute;
    color: #ffffff !important;
    left: 41%;
    display: block !important;
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;

}

btn.btn-lg.btn-primary.btn-search {

	background-color: #000000;

}

/* Content and icons */

	#self-content {
			width:1170px;
			margin-top: 100px;
	}
	
	div#homepageContent {
		
		padding-left: 0px;
	}
	
	div#icons {
		margin-bottom: 0px;
	}
	
	
	
/* New Icons */

	
.council-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -1rem;
	    line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	padding-left: 0px;
}

.council-services__list-item {
    width: calc(24.6% - 0.75rem);
	line-height: 1.5;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
	margin: 1rem 1rem 0 0;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.council-services__list-link {
    color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
}

.council-services__list-item .list__link {
	min-height: 4.25rem;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d4cec7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    min-height: 66px;
    padding: 1rem 0.75rem;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
	
	color: #242424;
    height: 100%;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;	
	width:100%;
	
	font: 0.85em / 1.5 "Lato",sans-serif;
}

.council-services__list-item .list__link:hover {
        background-color: #d9c1d6;
    border-color: #913683;
    color: #913683;
}

.council-services__list-link .icon {
    margin-left: 1.5rem;
	height: 1.5rem;
    width: 1.5rem;
}

.icon-ui-chevron-right, .icon-ui-chevron-right-black {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M19.84%2C16%2C8.49%2C27.35a2.14%2C2.14%2C0%2C0%2C0%2C3%2C3L24.38%2C17.52a2.15%2C2.15%2C0%2C0%2C0%2C0-3L11.52%2C1.63a2.14%2C2.14%2C0%2C0%2C0-3%2C3L19.84%2C16Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.list--navigation .list__item::before, .list--record .list__item::before, .list--grouped .list .list__item::before, .icon-ui-arrow-right {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M.536%2C15.683a1.183%2C1.183%2C0%2C0%2C0%2C.815.32h24.57L18.88%2C22.71a1.062%2C1.062%2C0%2C0%2C0%2C0%2C1.553%2C1.2%2C1.2%2C0%2C0%2C0%2C1.629%2C0l9.009-8.58a1.062%2C1.062%2C0%2C0%2C0%2C0-1.554L20.509%2C5.551a1.192%2C1.192%2C0%2C0%2C0-1.629%2C0%2C1.061%2C1.061%2C0%2C0%2C0%2C0%2C1.552l7.041%2C6.706L1.3%2C13.758a1.126%2C1.126%2C0%2C0%2C0-1.153%2C1.1%2C1.073%2C1.073%2C0%2C0%2C0%2C.337.774Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
	bottom: 0.75rem;
    position: absolute;
    right: 0.75rem;
}

.icon {
    background-position: center center;
    background-size: contain;
    display: block;
    height: 2rem;
    width: 2rem;
}
	
/* Footer */

site-footer .footer-content .identity__link {
    color: #fff;
}

.site-footer .footer-content--details {
    margin-bottom: 1.5rem;
}

.site-footer__group {
        margin-bottom: 0;
    padding-right: 1.5rem;
    text-align: left;
    width: initial;
}

.site-footer__group .list {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
	column-count: 2;
	column-gap: 6rem;
	list-style: none;
}

.site-footer__group .list__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 1.5;
    margin: 0.375rem 0;
    padding: 0.375rem 0;
	margin-top: 0;
}

.site-footer__text, .site-footer__links {
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0 4.5rem 0 0;
    text-align: left;
}

.site-footer__group .list__link {
    color: #fff;
    vertical-align: middle;
}

.site-footer .corner::after, .icon-ui-cookie {
    background-image: url(data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M60.46%2C22%2C49.93%2C18%2C49.35%2C6.71%2C38.46%2C9.63%2C31.38.86%2C24.29%2C9.63%2C13.4%2C6.71%2C12.82%2C18%2C2.29%2C22l6.15%2C9.45L2.29%2C40.9l10.53%2C4%2C.58%2C11.26%2C10.89-2.93L31.38%2C62l7.08-8.77%2C10.89%2C2.93.58-11.26%2C10.53-4-6.15-9.45ZM37.05%2C41.15a8%2C8%2C0%2C0%2C1-5.56%2C2.06%2C9.47%2C9.47%2C0%2C0%2C1-7.14-3%2C10.66%2C10.66%2C0%2C0%2C1-2.88-7.69%2C10.83%2C10.83%2C0%2C0%2C1%2C3.33-8.32%2C9.35%2C9.35%2C0%2C0%2C1%2C6.63-2.65%2C8.15%2C8.15%2C0%2C0%2C1%2C2.78.47A10.27%2C10.27%2C0%2C0%2C1%2C37%2C23.63l1-2.06h1l.35%2C8.31H38a10%2C10%2C0%2C0%2C0-2.27-5.33%2C5.18%2C5.18%2C0%2C0%2C0-3.82-1.74%2C4.58%2C4.58%2C0%2C0%2C0-3.89%2C2.24q-1.55%2C2.25-1.54%2C7.08%2C0%2C5.11%2C1.69%2C7.59a4.57%2C4.57%2C0%2C0%2C0%2C4%2C2%2C5.85%2C5.85%2C0%2C0%2C0%2C4.46-2%2C8.4%2C8.4%2C0%2C0%2C0%2C1.82-4.18h1.26A8.84%2C8.84%2C0%2C0%2C1%2C37.05%2C41.15Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}

.site-footer .footer-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.25rem;
    width: 100%;
	font-size: .85rem;
	flex-wrap: nowrap;
	font-family: lato, sans-serif;

}
	
}